repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added SSCLI 1.0
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2008
/
CSWPFDataBinding
/
App.xaml.cs
blob
d0dd560beb1e2d84b46b40ca1c45a4fbef7d408b
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
using
System
.
Configuration
;
4
using
System
.
Data
;
5
using
System
.
Linq
;
6
using
System
.
Windows
;
7
8
namespace
CSWPFDataBinding
9
{
10
/// <summary>
11
/// Interaction logic for App.xaml
12
/// </summary>
13
public partial class
App
:
Application
14
{
15
}
16
}